home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / printf / file_id.diz < prev    next >
Encoding:
Text File  |  1995-12-11  |  411 b   |  1 lines

  1. While the SpoolFile API call can be used to directly print, it has problems. Check document Q111010 in the Developers Knowledge Base for a detailed explaination. The PRINT.BAS module implements an alternative, using the PASSTHROUGH escape. To use, simply call PrintFile, passing it the name of the print file. If you can copy the file to the printer using DOS copy, then you should be able to use this function.